home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / bbs_door / moreinf2.zip / SYSOP.DOC < prev   
Text File  |  1996-01-15  |  8KB  |  203 lines

  1.                               -==MoreInfo==-
  2.                          Programmed by Kenneth Danner
  3.                    (C)Copyright 1995-1996 "Palace SoftWares"
  4.                          Tallahassee, Florida.  32310
  5.                                   v0.02wb
  6. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-
  7.  
  8. Table of contents
  9.                 
  10.  
  11.                 Disclaimer/Guaranty
  12.                 Overview/Summary of the door
  13.                 List of files in archive
  14.                 Configuration file setup
  15.                 Command line options
  16.                 Batch file setup
  17.                 List of function/ALT keys
  18.                 Possible errors/Troubleshooting
  19.                 How to Register/Contact Author
  20.  
  21.  
  22.  
  23.  
  24. Disclaimer
  25.          
  26.                 This program and other files associated with it are *NOT*
  27.                 guaranteed to be bug free or virus free. We are not
  28.                 responsible for any damages of any kind, including
  29.                 profit loses and data loss, that relate directly or
  30.                 indirectly to these programs and files. You may
  31.                 distribute this program, as long as it is in unmodified
  32.                 form with all the files originally included.
  33.          
  34. Guaranty:
  35.                 None! The only Guaranty is that this program will take
  36.                 up disk space on your Computer!
  37.  
  38.        
  39. Overview/Summary of the door
  40.  
  41.                 This is a little door I made to get a little "MoreInfo" 
  42.                 from New users logging on my board. It saves the answers
  43.                 to a file, and also will send the SySop a Logon screen with
  44.                 all the info. 
  45.         
  46.  
  47.  
  48. List of files in archive
  49.  
  50.                 MOREINFO.EXE..............Main door program
  51.                 File_id.diz...............Hmmmmm I forgot?! =;D
  52.                 NEWUSER.BAT...............Sample Bat file.
  53.                 DOOR1.cfg.................Sample config file for Node1
  54.                 DOOR2.cfg.................Sample config file for Node2
  55.                 SySop.DOC.................This File
  56.  
  57.  
  58. Configuration file setup
  59.            
  60.  
  61. C:\TriBBS\door.sys
  62. The Love Palace
  63. Kenneth
  64. Danner
  65. C:\TRIBBS\DISPLAY\
  66. @X0D
  67. 0
  68.  
  69. ********************************************************
  70. Line 1......Complete Path and FILENAME to your Drop File
  71. Line 2......Your BBS Name
  72. Line 3......SySop's FIRST Name
  73. Line 4......SySop's LAST Name
  74. Line 5......Complete path to Display Directory
  75.             *MUST* HAVE TRAILING BACKSLASH *\*
  76. Line 6......Color Code for The Message it sends to SySop
  77.             See TriBBS Manual Page 71 for more Info.
  78.  
  79.    *NOTE*You may name the .cfg file anything you want, as long as
  80.          you specify it on the cammand line. See config files I 
  81.          have supplied.
  82.  
  83.  
  84. Batch file setup for node1. Add this to your NEWUSER.BAT
  85.          c:
  86.          cd\moreinfo
  87.          moreinfo door1.cfg LOCKED:38400 DOORSYS 
  88.          c:
  89.          CD \tribbs
  90.          board
  91. ***********************************************************************        
  92.          Batch file setup for node2. Add this to your NEWUSER.BAT
  93.          c:
  94.          cd\moreinfo
  95.          moreinfo door2.cfg LOCKED:38400 DOORSYS 
  96.          c:
  97.          CD \tribbs2
  98.          board
  99.  
  100.  
  101. List of function/ALT keys
  102.  
  103.            The list of function keys is basically this:
  104.  
  105.                   F3  - Printer toggle
  106.                   F4  - Page bell toggle
  107.                   F7  - Caller alarm toggle
  108.                   F8  - Return caller to board
  109.                   F10 - Start sysop chat
  110.                   ESC - Enter sysop chat
  111.  
  112.  
  113.  
  114.  
  115.   Command Line Options
  116.         --------------------
  117.            
  118.                 LOCKED:xxxxx  - Forces Door to lock the modem at the
  119.                                 speed given.
  120.                 LOCAL         - Forces Door to run in local mode. This
  121.                                 is really meant for testing purposes, but it
  122.                                 still reads the configuration file, but doesn't
  123.                                 read the bbs interface file.
  124.                 NETWORK       - Forces file sharing to be active incase you
  125.                                 are using something other than SHARE to manage
  126.                                 file locking.
  127.                 IRQ=n         - Lets you change the IRQ used for the com port
  128.                                 specified in the bbs interface file.
  129.                                 (See below for more information)
  130.                 ADDR=&Hnnnn   - Lets you change the address used for the com
  131.                                 port specified in the bbs interface file.
  132.                                 (See below for more information)
  133.                 PS2           - Forces the PS/2 IRQs and addresses if a PS/2
  134.                                 isn't detected (Normally it is, but you can't
  135.                                 always tell!)
  136.                 RBBS          - Forces Door into RBBS/QBBS mode
  137.                 WILDCAT       - Forces Door into Wildcat 2.0 mode
  138.                 DOORSYS       - Forces Door into 31-Line DOOR.SYS mode
  139.                 PCB121        - Forces Door into PCBoard 11.8/12.x mode
  140.                                 with COM 1 active
  141.                 PCB122        - Forces Door into PCBoard 11.8/12.x mode
  142.                                 with COM 2 active
  143.                 PCB14         - (DEFAULT) Forces Door into PCBoard 14.x
  144.                                 mode
  145.  
  146.  
  147.  
  148.         When you use the IRQ or the ADDR option, you must include the other.
  149.         You can't use just the IRQ and not the ADDR, and you can't use just
  150.         the ADDR and not the IRQ. Here's a chart with the STANDARD IRQs
  151.         and addresses for the PS/2s and IBM PCs:
  152.                                 Non PS/2
  153.                 Com port       IRQ     Address
  154.                    1             4       &H3F8
  155.                    2             3       &H2F8
  156.                    3             4       &H3E8
  157.                    4             3       &H2E8
  158.                   5-8            4       &H3F8
  159.  
  160.                                 PS/2
  161.                 Com port       IRQ     Address
  162.                    1             4       &H3F8
  163.                    2             3       &H2F8
  164.                    3             3       &H3220
  165.                    4             3       &H3228
  166.                    5             3       &H4220
  167.                    6             3       &H4228
  168.                    7             3       &H5220
  169.                    8             3       &H5228
  170.  
  171.  
  172. Troubleshooting 
  173.        
  174.         Like if error number 53 (File not found)
  175.         occurs, then search your configuration file for a misspelled filename
  176.         or a wrong path. If error 61 (Disk full) occurs, free up disk space.
  177.         If you get a Overflow at adress blah blah blah, lock your comprt and
  178.         that should do it. Also if you use a 31 line DOOR.SYS, use the DOORSYS
  179.         switch on the command line.
  180.         Some errors can't be solved, and you could list those and send them
  181.         to my bulletin board for more help.
  182.  
  183. How to Register/Contact Author
  184.  
  185.         This one is FREE!(But I won't turn down a donation =;D)
  186.         If you would like to get help/call me, you may do so by calling
  187.         my bbs at
  188.  
  189.       Node 1(14.4)........1-904-421-6235
  190.       Node 2(28.8)........1-904-421-3284
  191.  
  192.         or by FidoNet....
  193.         
  194.       Node 1..............1:3605/997
  195.       Node 2..............1:3605/998
  196.  
  197.        or send ALL donations to.....
  198.  
  199.    Kenneth Danner
  200.    1502 Jeremy Dr.
  201.    Tallahassee, FL. 32310
  202.  
  203.